home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-21 | 211 b | 12 lines | [TEXT/RLAB] |
- sqrt:
-
- Syntax: sqrt ( A )
-
- Description:
-
- Sqrt returns the square-root of it's argument. If the argument
- is a matrix, then an element-by-element square-root operation
- is performed.
-
- sqrt(-1) will produce 1i.
-